projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631ffc9
)
(dired-mark-pop-up): Clear mouse-face property.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 22 May 1994 00:04:09 +0000
(
00:04
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 22 May 1994 00:04:09 +0000
(
00:04
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 47e413c72d8ea02e374dc0be69ea74d14fabf4b4..ba3877683a7a03bb6b7403640da2b7ce93b7a0ef 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-1668,7
+1668,8
@@
Optional argument means return a file name relative to `default-directory'."
(save-excursion
(set-buffer (get-buffer-create bufname))
(erase-buffer)
- (dired-format-columns-of-files files))
+ (dired-format-columns-of-files files)
+ (remove-text-properties (point-min) (point-max) '(mouse-face)))
(save-window-excursion
(dired-pop-to-buffer bufname)
(apply function args))))